home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 6: Level 6 / 17 Bit - Level 6 (1998)(Epic Marketing)[!].iso / !applications! / crmv1.91t / developer / c / include / clib / crm_protos.h
C/C++ Source or Header  |  1993-09-30  |  809b  |  24 lines

  1. #ifndef CLIB_CRM_PROTOS_H
  2. #define CLIB_CRM_PROTOS_H
  3.  
  4. /*
  5. ** CrM_protos.h - (c) 1993 Thomas Schwarz
  6. */
  7.  
  8. #ifndef    LIBRARIES_CRM_H
  9. #include <libraries/crm.h>
  10. #endif
  11.  
  12. ULONG cmCheckCrunched(struct DataHeader *);
  13. ULONG cmCrunchData (struct cmCrunchStruct *);
  14. ULONG cmCryptData (struct DataHeader *, APTR, char *, ULONG);
  15. APTR cmDecrunch (APTR, APTR, struct DataHeder *);
  16. struct cmCrunchStruct * cmProcessCrunchStructA (struct cmCrunchStruct *, ULONG, struct TagItem *);
  17. struct cmCrunchStruct * __stdargs cmProcessCrunchStruct (struct cmCrunchStruct *, ULONG, unsigned long, ... );
  18. ULONG cmProcessPW (char *, ULONG);
  19. struct cmCrunchStruct * cmAllocCrunchStructA (struct TagItem *);
  20. struct cmCrunchStruct * __stdargs cmAllocCrunchStruct (unsigned long, ... );
  21. VOID cmFreeCrunchStruct (struct cmCrunchStruct *);
  22.  
  23. #endif
  24.